|
CmdMessenger
3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
|
Queue of received commands. More...
Public Member Functions | |
| ReceiveCommandQueue (DisposeStack disposeStack, CmdMessenger cmdMessenger) | |
| Receive command queue constructor. | |
| ReceivedCommand | DequeueCommand () |
| Dequeue the received command. | |
| void | QueueCommand (ReceivedCommand receivedCommand) |
| Queue the received command. | |
| override void | QueueCommand (CommandStrategy commandStrategy) |
| Queue the command wrapped in a command strategy. | |
Protected Member Functions | |
| override void | ProcessQueue () |
| Process the queue. | |
Queue of received commands.
| CommandMessenger.ReceiveCommandQueue.ReceiveCommandQueue | ( | DisposeStack | disposeStack, |
| CmdMessenger | cmdMessenger | ||
| ) |
Receive command queue constructor.
| disposeStack | DisposeStack. |
| cmdMessenger | The command messenger. |
Dequeue the received command.
| override void CommandMessenger.ReceiveCommandQueue.ProcessQueue | ( | ) | [protected, virtual] |
Process the queue.
Reimplemented from CommandMessenger.CommandQueue.
| void CommandMessenger.ReceiveCommandQueue.QueueCommand | ( | ReceivedCommand | receivedCommand | ) |
Queue the received command.
| receivedCommand | The received command. |
| override void CommandMessenger.ReceiveCommandQueue.QueueCommand | ( | CommandStrategy | commandStrategy | ) | [virtual] |
Queue the command wrapped in a command strategy.
| commandStrategy | The command strategy. |
Reimplemented from CommandMessenger.CommandQueue.
1.7.6.1